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: proto-google-cloud-billingbudgets-v1/src/main/java/com/google/cloud/billing/budgets/v1/BudgetAmountOrBuilder.java
+12-9Lines changed: 12 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -28,9 +28,10 @@ public interface BudgetAmountOrBuilder
28
28
*
29
29
* <pre>
30
30
* A specified amount to use as the budget.
31
-
* `currency_code` is optional. If specified, it must match the
32
-
* currency of the billing account. The `currency_code` is provided on
33
-
* output.
31
+
* `currency_code` is optional. If specified when creating a budget, it must
32
+
* match the currency of the billing account. If specified when updating a
33
+
* budget, it must match the currency_code of the existing budget.
Copy file name to clipboardExpand all lines: proto-google-cloud-billingbudgets-v1/src/main/java/com/google/cloud/billing/budgets/v1/NotificationsRule.java
+35-14Lines changed: 35 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -215,9 +215,12 @@ public com.google.protobuf.ByteString getPubsubTopicBytes() {
215
215
*
216
216
*
217
217
* <pre>
218
-
* Optional. The schema version of the notification sent to `pubsub_topic`.
Copy file name to clipboardExpand all lines: proto-google-cloud-billingbudgets-v1/src/main/java/com/google/cloud/billing/budgets/v1/NotificationsRuleOrBuilder.java
+10-4Lines changed: 10 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -72,9 +72,12 @@ public interface NotificationsRuleOrBuilder
72
72
*
73
73
*
74
74
* <pre>
75
-
* Optional. The schema version of the notification sent to `pubsub_topic`.
0 commit comments