You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 18, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: google-cloud-billingbudgets/src/main/java/com/google/cloud/billing/budgets/v1beta1/BudgetServiceClient.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -155,8 +155,8 @@ public BudgetServiceStub getStub() {
155
155
156
156
// AUTO-GENERATED DOCUMENTATION AND METHOD.
157
157
/**
158
-
* Creates a new budget. See <a href="https://cloud.google.com/billing/quotas">Quotas and
159
-
* limits</a> for more information on the limits of the number of budgets you can create.
158
+
* Creates a new budget. See [Quotas and limits](https://cloud.google.com/billing/quotas) for more
159
+
* information on the limits of the number of budgets you can create.
160
160
*
161
161
* <p>Sample code:
162
162
*
@@ -180,8 +180,8 @@ public final Budget createBudget(CreateBudgetRequest request) {
180
180
181
181
// AUTO-GENERATED DOCUMENTATION AND METHOD.
182
182
/**
183
-
* Creates a new budget. See <a href="https://cloud.google.com/billing/quotas">Quotas and
184
-
* limits</a> for more information on the limits of the number of budgets you can create.
183
+
* Creates a new budget. See [Quotas and limits](https://cloud.google.com/billing/quotas) for more
184
+
* information on the limits of the number of budgets you can create.
Copy file name to clipboardExpand all lines: grpc-google-cloud-billingbudgets-v1beta1/src/main/java/com/google/cloud/billing/budgets/v1beta1/BudgetServiceGrpc.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -318,7 +318,7 @@ public abstract static class BudgetServiceImplBase implements io.grpc.BindableSe
318
318
*
319
319
* <pre>
320
320
* Creates a new budget. See
321
-
* <a href="https://cloud.google.com/billing/quotas">Quotas and limits</a>
321
+
* [Quotas and limits](https://cloud.google.com/billing/quotas)
322
322
* for more information on the limits of the number of budgets you can create.
323
323
* </pre>
324
324
*/
@@ -463,7 +463,7 @@ protected BudgetServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions c
463
463
*
464
464
* <pre>
465
465
* Creates a new budget. See
466
-
* <a href="https://cloud.google.com/billing/quotas">Quotas and limits</a>
466
+
* [Quotas and limits](https://cloud.google.com/billing/quotas)
467
467
* for more information on the limits of the number of budgets you can create.
Copy file name to clipboardExpand all lines: proto-google-cloud-billingbudgets-v1beta1/src/main/java/com/google/cloud/billing/budgets/v1beta1/AllUpdatesRule.java
Copy file name to clipboardExpand all lines: proto-google-cloud-billingbudgets-v1beta1/src/main/java/com/google/cloud/billing/budgets/v1beta1/AllUpdatesRuleOrBuilder.java
+33-38Lines changed: 33 additions & 38 deletions
Original file line number
Diff line number
Diff line change
@@ -27,10 +27,10 @@ public interface AllUpdatesRuleOrBuilder
27
27
*
28
28
*
29
29
* <pre>
30
-
* Optional. The name of the Pub/Sub topic where budget related messages will
31
-
* be published, in the form `projects/{project_id}/topics/{topic_id}`.
32
-
* Updates are sent at regular intervals to the topic. The topic needs to be
33
-
* created before the budget is created; see
30
+
* Optional. The name of the Pub/Sub topic where budget related messages will be
31
+
* published, in the form `projects/{project_id}/topics/{topic_id}`. Updates
32
+
* are sent at regular intervals to the topic.
33
+
* The topic needs to be created before the budget is created; see
* Only "1.0" is accepted. It represents the JSON schema as defined in
75
+
* Optional. Required when [AllUpdatesRule.pubsub_topic][google.cloud.billing.budgets.v1beta1.AllUpdatesRule.pubsub_topic] is set. The schema version of
76
+
* the notification sent to [AllUpdatesRule.pubsub_topic][google.cloud.billing.budgets.v1beta1.AllUpdatesRule.pubsub_topic]. Only "1.0" is
77
+
* accepted. It represents the JSON schema as defined in
* Only "1.0" is accepted. It represents the JSON schema as defined in
90
+
* Optional. Required when [AllUpdatesRule.pubsub_topic][google.cloud.billing.budgets.v1beta1.AllUpdatesRule.pubsub_topic] is set. The schema version of
91
+
* the notification sent to [AllUpdatesRule.pubsub_topic][google.cloud.billing.budgets.v1beta1.AllUpdatesRule.pubsub_topic]. Only "1.0" is
92
+
* accepted. It represents the JSON schema as defined in
0 commit comments