Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

docs(regen): regenerated javadoc from protos #98

Merged
merged 1 commit into from Mar 19, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -26,12 +26,13 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-billingbudgets</artifactId>
</dependency>
</dependencies>

```

[//]: # ({x-version-update-start:google-cloud-billingbudgets:released})
Expand All @@ -44,6 +45,7 @@ If you are using Maven without BOM, add this to your dependencies:
<artifactId>google-cloud-billingbudgets</artifactId>
<version>0.2.2</version>
</dependency>

```

If you are using Gradle, add this to your dependencies
Expand Down
Expand Up @@ -215,6 +215,9 @@ public final UnaryCallable<CreateBudgetRequest, Budget> createBudgetCallable() {
/**
* Updates a budget and returns the updated budget.
*
* <p>WARNING: There are some fields exposed on the Google Cloud Console that aren’t available on
* this API. Budget fields that are not exposed in this API will not be changed by this method.
*
* <p>Sample code:
*
* <pre><code>
Expand All @@ -238,6 +241,9 @@ public final Budget updateBudget(UpdateBudgetRequest request) {
/**
* Updates a budget and returns the updated budget.
*
* <p>WARNING: There are some fields exposed on the Google Cloud Console that aren’t available on
* this API. Budget fields that are not exposed in this API will not be changed by this method.
*
* <p>Sample code:
*
* <pre><code>
Expand All @@ -260,6 +266,10 @@ public final UnaryCallable<UpdateBudgetRequest, Budget> updateBudgetCallable() {
/**
* Returns a budget.
*
* <p>WARNING: There are some fields exposed on the Google Cloud Console that aren’t available on
* this API. When reading from the API, you will not see these fields in the return value, though
* they may have been set in the Cloud Console.
*
* <p>Sample code:
*
* <pre><code>
Expand All @@ -283,6 +293,10 @@ public final Budget getBudget(GetBudgetRequest request) {
/**
* Returns a budget.
*
* <p>WARNING: There are some fields exposed on the Google Cloud Console that aren’t available on
* this API. When reading from the API, you will not see these fields in the return value, though
* they may have been set in the Cloud Console.
*
* <p>Sample code:
*
* <pre><code>
Expand All @@ -305,6 +319,10 @@ public final UnaryCallable<GetBudgetRequest, Budget> getBudgetCallable() {
/**
* Returns a list of budgets for a billing account.
*
* <p>WARNING: There are some fields exposed on the Google Cloud Console that aren’t available on
* this API. When reading from the API, you will not see these fields in the return value, though
* they may have been set in the Cloud Console.
*
* <p>Sample code:
*
* <pre><code>
Expand All @@ -330,6 +348,10 @@ public final ListBudgetsPagedResponse listBudgets(ListBudgetsRequest request) {
/**
* Returns a list of budgets for a billing account.
*
* <p>WARNING: There are some fields exposed on the Google Cloud Console that aren’t available on
* this API. When reading from the API, you will not see these fields in the return value, though
* they may have been set in the Cloud Console.
*
* <p>Sample code:
*
* <pre><code>
Expand All @@ -355,6 +377,10 @@ public final ListBudgetsPagedResponse listBudgets(ListBudgetsRequest request) {
/**
* Returns a list of budgets for a billing account.
*
* <p>WARNING: There are some fields exposed on the Google Cloud Console that aren’t available on
* this API. When reading from the API, you will not see these fields in the return value, though
* they may have been set in the Cloud Console.
*
* <p>Sample code:
*
* <pre><code>
Expand Down
Expand Up @@ -372,6 +372,9 @@ public void createBudget(
*
* <pre>
* Updates a budget and returns the updated budget.
* WARNING: There are some fields exposed on the Google Cloud Console that
* aren’t available on this API. Budget fields that are not exposed in
* this API will not be changed by this method.
* </pre>
*/
public void updateBudget(
Expand All @@ -386,6 +389,10 @@ public void updateBudget(
*
* <pre>
* Returns a budget.
* WARNING: There are some fields exposed on the Google Cloud Console that
* aren’t available on this API. When reading from the API, you will not
* see these fields in the return value, though they may have been set
* in the Cloud Console.
* </pre>
*/
public void getBudget(
Expand All @@ -400,6 +407,10 @@ public void getBudget(
*
* <pre>
* Returns a list of budgets for a billing account.
* WARNING: There are some fields exposed on the Google Cloud Console that
* aren’t available on this API. When reading from the API, you will not
* see these fields in the return value, though they may have been set
* in the Cloud Console.
* </pre>
*/
public void listBudgets(
Expand Down Expand Up @@ -508,6 +519,9 @@ public void createBudget(
*
* <pre>
* Updates a budget and returns the updated budget.
* WARNING: There are some fields exposed on the Google Cloud Console that
* aren’t available on this API. Budget fields that are not exposed in
* this API will not be changed by this method.
* </pre>
*/
public void updateBudget(
Expand All @@ -525,6 +539,10 @@ public void updateBudget(
*
* <pre>
* Returns a budget.
* WARNING: There are some fields exposed on the Google Cloud Console that
* aren’t available on this API. When reading from the API, you will not
* see these fields in the return value, though they may have been set
* in the Cloud Console.
* </pre>
*/
public void getBudget(
Expand All @@ -542,6 +560,10 @@ public void getBudget(
*
* <pre>
* Returns a list of budgets for a billing account.
* WARNING: There are some fields exposed on the Google Cloud Console that
* aren’t available on this API. When reading from the API, you will not
* see these fields in the return value, though they may have been set
* in the Cloud Console.
* </pre>
*/
public void listBudgets(
Expand Down Expand Up @@ -615,6 +637,9 @@ public com.google.cloud.billing.budgets.v1beta1.Budget createBudget(
*
* <pre>
* Updates a budget and returns the updated budget.
* WARNING: There are some fields exposed on the Google Cloud Console that
* aren’t available on this API. Budget fields that are not exposed in
* this API will not be changed by this method.
* </pre>
*/
public com.google.cloud.billing.budgets.v1beta1.Budget updateBudget(
Expand All @@ -628,6 +653,10 @@ public com.google.cloud.billing.budgets.v1beta1.Budget updateBudget(
*
* <pre>
* Returns a budget.
* WARNING: There are some fields exposed on the Google Cloud Console that
* aren’t available on this API. When reading from the API, you will not
* see these fields in the return value, though they may have been set
* in the Cloud Console.
* </pre>
*/
public com.google.cloud.billing.budgets.v1beta1.Budget getBudget(
Expand All @@ -640,6 +669,10 @@ public com.google.cloud.billing.budgets.v1beta1.Budget getBudget(
*
* <pre>
* Returns a list of budgets for a billing account.
* WARNING: There are some fields exposed on the Google Cloud Console that
* aren’t available on this API. When reading from the API, you will not
* see these fields in the return value, though they may have been set
* in the Cloud Console.
* </pre>
*/
public com.google.cloud.billing.budgets.v1beta1.ListBudgetsResponse listBudgets(
Expand Down Expand Up @@ -707,6 +740,9 @@ protected BudgetServiceFutureStub build(
*
* <pre>
* Updates a budget and returns the updated budget.
* WARNING: There are some fields exposed on the Google Cloud Console that
* aren’t available on this API. Budget fields that are not exposed in
* this API will not be changed by this method.
* </pre>
*/
public com.google.common.util.concurrent.ListenableFuture<
Expand All @@ -721,6 +757,10 @@ protected BudgetServiceFutureStub build(
*
* <pre>
* Returns a budget.
* WARNING: There are some fields exposed on the Google Cloud Console that
* aren’t available on this API. When reading from the API, you will not
* see these fields in the return value, though they may have been set
* in the Cloud Console.
* </pre>
*/
public com.google.common.util.concurrent.ListenableFuture<
Expand All @@ -735,6 +775,10 @@ protected BudgetServiceFutureStub build(
*
* <pre>
* Returns a list of budgets for a billing account.
* WARNING: There are some fields exposed on the Google Cloud Console that
* aren’t available on this API. When reading from the API, you will not
* see these fields in the return value, though they may have been set
* in the Cloud Console.
* </pre>
*/
public com.google.common.util.concurrent.ListenableFuture<
Expand Down