Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 85804db

Browse files
committedJun 20, 2023
feat(cloudbilling): update the api
#### cloudbilling:v1 The following keys were added: - schemas.ProjectBillingInfo.properties.billingEnabled.readOnly (Total Keys: 1) - schemas.ProjectBillingInfo.properties.name.readOnly (Total Keys: 1) - schemas.ProjectBillingInfo.properties.projectId.readOnly (Total Keys: 1)
1 parent f0aa8a3 commit 85804db

File tree

4 files changed

+20
-17
lines changed

4 files changed

+20
-17
lines changed
 

‎docs/dyn/cloudbilling_v1.billingAccounts.projects.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@ <h3>Method Details</h3>
110110
&quot;projectBillingInfo&quot;: [ # A list of `ProjectBillingInfo` resources representing the projects associated with the billing account.
111111
{ # Encapsulation of billing information for a Google Cloud Console project. A project has at most one associated billing account at a time (but a billing account can be assigned to multiple projects).
112112
&quot;billingAccountName&quot;: &quot;A String&quot;, # The resource name of the billing account associated with the project, if any. For example, `billingAccounts/012345-567890-ABCDEF`.
113-
&quot;billingEnabled&quot;: True or False, # True if the project is associated with an open billing account, to which usage on the project is charged. False if the project is associated with a closed billing account, or no billing account at all, and therefore cannot use paid services. This field is read-only.
114-
&quot;name&quot;: &quot;A String&quot;, # The resource name for the `ProjectBillingInfo`; has the form `projects/{project_id}/billingInfo`. For example, the resource name for the billing information for project `tokyo-rain-123` would be `projects/tokyo-rain-123/billingInfo`. This field is read-only.
115-
&quot;projectId&quot;: &quot;A String&quot;, # The ID of the project that this `ProjectBillingInfo` represents, such as `tokyo-rain-123`. This is a convenience field so that you don&#x27;t need to parse the `name` field to obtain a project ID. This field is read-only.
113+
&quot;billingEnabled&quot;: True or False, # Output only. True if the project is associated with an open billing account, to which usage on the project is charged. False if the project is associated with a closed billing account, or no billing account at all, and therefore cannot use paid services. This field is read-only.
114+
&quot;name&quot;: &quot;A String&quot;, # Output only. The resource name for the `ProjectBillingInfo`; has the form `projects/{project_id}/billingInfo`. For example, the resource name for the billing information for project `tokyo-rain-123` would be `projects/tokyo-rain-123/billingInfo`. This field is read-only.
115+
&quot;projectId&quot;: &quot;A String&quot;, # Output only. The ID of the project that this `ProjectBillingInfo` represents, such as `tokyo-rain-123`. This is a convenience field so that you don&#x27;t need to parse the `name` field to obtain a project ID. This field is read-only.
116116
},
117117
],
118118
}</pre>

‎docs/dyn/cloudbilling_v1.projects.html

+9-9
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,9 @@ <h3>Method Details</h3>
105105

106106
{ # Encapsulation of billing information for a Google Cloud Console project. A project has at most one associated billing account at a time (but a billing account can be assigned to multiple projects).
107107
&quot;billingAccountName&quot;: &quot;A String&quot;, # The resource name of the billing account associated with the project, if any. For example, `billingAccounts/012345-567890-ABCDEF`.
108-
&quot;billingEnabled&quot;: True or False, # True if the project is associated with an open billing account, to which usage on the project is charged. False if the project is associated with a closed billing account, or no billing account at all, and therefore cannot use paid services. This field is read-only.
109-
&quot;name&quot;: &quot;A String&quot;, # The resource name for the `ProjectBillingInfo`; has the form `projects/{project_id}/billingInfo`. For example, the resource name for the billing information for project `tokyo-rain-123` would be `projects/tokyo-rain-123/billingInfo`. This field is read-only.
110-
&quot;projectId&quot;: &quot;A String&quot;, # The ID of the project that this `ProjectBillingInfo` represents, such as `tokyo-rain-123`. This is a convenience field so that you don&#x27;t need to parse the `name` field to obtain a project ID. This field is read-only.
108+
&quot;billingEnabled&quot;: True or False, # Output only. True if the project is associated with an open billing account, to which usage on the project is charged. False if the project is associated with a closed billing account, or no billing account at all, and therefore cannot use paid services. This field is read-only.
109+
&quot;name&quot;: &quot;A String&quot;, # Output only. The resource name for the `ProjectBillingInfo`; has the form `projects/{project_id}/billingInfo`. For example, the resource name for the billing information for project `tokyo-rain-123` would be `projects/tokyo-rain-123/billingInfo`. This field is read-only.
110+
&quot;projectId&quot;: &quot;A String&quot;, # Output only. The ID of the project that this `ProjectBillingInfo` represents, such as `tokyo-rain-123`. This is a convenience field so that you don&#x27;t need to parse the `name` field to obtain a project ID. This field is read-only.
111111
}</pre>
112112
</div>
113113

@@ -122,9 +122,9 @@ <h3>Method Details</h3>
122122

123123
{ # Encapsulation of billing information for a Google Cloud Console project. A project has at most one associated billing account at a time (but a billing account can be assigned to multiple projects).
124124
&quot;billingAccountName&quot;: &quot;A String&quot;, # The resource name of the billing account associated with the project, if any. For example, `billingAccounts/012345-567890-ABCDEF`.
125-
&quot;billingEnabled&quot;: True or False, # True if the project is associated with an open billing account, to which usage on the project is charged. False if the project is associated with a closed billing account, or no billing account at all, and therefore cannot use paid services. This field is read-only.
126-
&quot;name&quot;: &quot;A String&quot;, # The resource name for the `ProjectBillingInfo`; has the form `projects/{project_id}/billingInfo`. For example, the resource name for the billing information for project `tokyo-rain-123` would be `projects/tokyo-rain-123/billingInfo`. This field is read-only.
127-
&quot;projectId&quot;: &quot;A String&quot;, # The ID of the project that this `ProjectBillingInfo` represents, such as `tokyo-rain-123`. This is a convenience field so that you don&#x27;t need to parse the `name` field to obtain a project ID. This field is read-only.
125+
&quot;billingEnabled&quot;: True or False, # Output only. True if the project is associated with an open billing account, to which usage on the project is charged. False if the project is associated with a closed billing account, or no billing account at all, and therefore cannot use paid services. This field is read-only.
126+
&quot;name&quot;: &quot;A String&quot;, # Output only. The resource name for the `ProjectBillingInfo`; has the form `projects/{project_id}/billingInfo`. For example, the resource name for the billing information for project `tokyo-rain-123` would be `projects/tokyo-rain-123/billingInfo`. This field is read-only.
127+
&quot;projectId&quot;: &quot;A String&quot;, # Output only. The ID of the project that this `ProjectBillingInfo` represents, such as `tokyo-rain-123`. This is a convenience field so that you don&#x27;t need to parse the `name` field to obtain a project ID. This field is read-only.
128128
}
129129

130130
x__xgafv: string, V1 error format.
@@ -137,9 +137,9 @@ <h3>Method Details</h3>
137137

138138
{ # Encapsulation of billing information for a Google Cloud Console project. A project has at most one associated billing account at a time (but a billing account can be assigned to multiple projects).
139139
&quot;billingAccountName&quot;: &quot;A String&quot;, # The resource name of the billing account associated with the project, if any. For example, `billingAccounts/012345-567890-ABCDEF`.
140-
&quot;billingEnabled&quot;: True or False, # True if the project is associated with an open billing account, to which usage on the project is charged. False if the project is associated with a closed billing account, or no billing account at all, and therefore cannot use paid services. This field is read-only.
141-
&quot;name&quot;: &quot;A String&quot;, # The resource name for the `ProjectBillingInfo`; has the form `projects/{project_id}/billingInfo`. For example, the resource name for the billing information for project `tokyo-rain-123` would be `projects/tokyo-rain-123/billingInfo`. This field is read-only.
142-
&quot;projectId&quot;: &quot;A String&quot;, # The ID of the project that this `ProjectBillingInfo` represents, such as `tokyo-rain-123`. This is a convenience field so that you don&#x27;t need to parse the `name` field to obtain a project ID. This field is read-only.
140+
&quot;billingEnabled&quot;: True or False, # Output only. True if the project is associated with an open billing account, to which usage on the project is charged. False if the project is associated with a closed billing account, or no billing account at all, and therefore cannot use paid services. This field is read-only.
141+
&quot;name&quot;: &quot;A String&quot;, # Output only. The resource name for the `ProjectBillingInfo`; has the form `projects/{project_id}/billingInfo`. For example, the resource name for the billing information for project `tokyo-rain-123` would be `projects/tokyo-rain-123/billingInfo`. This field is read-only.
142+
&quot;projectId&quot;: &quot;A String&quot;, # Output only. The ID of the project that this `ProjectBillingInfo` represents, such as `tokyo-rain-123`. This is a convenience field so that you don&#x27;t need to parse the `name` field to obtain a project ID. This field is read-only.
143143
}</pre>
144144
</div>
145145

‎googleapiclient/discovery_cache/documents/cloudbilling.v1.json

+7-4
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@
521521
}
522522
}
523523
},
524-
"revision": "20230605",
524+
"revision": "20230616",
525525
"rootUrl": "https://cloudbilling.googleapis.com/",
526526
"schemas": {
527527
"AggregationInfo": {
@@ -935,15 +935,18 @@
935935
"type": "string"
936936
},
937937
"billingEnabled": {
938-
"description": "True if the project is associated with an open billing account, to which usage on the project is charged. False if the project is associated with a closed billing account, or no billing account at all, and therefore cannot use paid services. This field is read-only.",
938+
"description": "Output only. True if the project is associated with an open billing account, to which usage on the project is charged. False if the project is associated with a closed billing account, or no billing account at all, and therefore cannot use paid services. This field is read-only.",
939+
"readOnly": true,
939940
"type": "boolean"
940941
},
941942
"name": {
942-
"description": "The resource name for the `ProjectBillingInfo`; has the form `projects/{project_id}/billingInfo`. For example, the resource name for the billing information for project `tokyo-rain-123` would be `projects/tokyo-rain-123/billingInfo`. This field is read-only.",
943+
"description": "Output only. The resource name for the `ProjectBillingInfo`; has the form `projects/{project_id}/billingInfo`. For example, the resource name for the billing information for project `tokyo-rain-123` would be `projects/tokyo-rain-123/billingInfo`. This field is read-only.",
944+
"readOnly": true,
943945
"type": "string"
944946
},
945947
"projectId": {
946-
"description": "The ID of the project that this `ProjectBillingInfo` represents, such as `tokyo-rain-123`. This is a convenience field so that you don't need to parse the `name` field to obtain a project ID. This field is read-only.",
948+
"description": "Output only. The ID of the project that this `ProjectBillingInfo` represents, such as `tokyo-rain-123`. This is a convenience field so that you don't need to parse the `name` field to obtain a project ID. This field is read-only.",
949+
"readOnly": true,
947950
"type": "string"
948951
}
949952
},

‎googleapiclient/discovery_cache/documents/cloudbilling.v1beta.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
}
171171
}
172172
},
173-
"revision": "20230605",
173+
"revision": "20230616",
174174
"rootUrl": "https://cloudbilling.googleapis.com/",
175175
"schemas": {
176176
"CacheFillRegions": {

0 commit comments

Comments
 (0)
Please sign in to comment.