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
<pre>Gets a Google Cloud service visible to a billing account.
98
+
99
+
Args:
100
+
name: string, Required. The name of the billing account service to retrieve. Format: billingAccounts/{billing_account}/services/{service} (required)
101
+
x__xgafv: string, V1 error format.
102
+
Allowed values
103
+
1 - v1 error format
104
+
2 - v2 error format
105
+
106
+
Returns:
107
+
An object of the form:
108
+
109
+
{ # Encapsulates a Google Cloud service visible to a billing account.
110
+
"displayName": "A String", # Description of the BillingAccountService. Example: "BigQuery", "Compute Engine".
111
+
"name": "A String", # Resource name for the BillingAccountService. Example: "billingAccounts/012345-567890-ABCDEF/services/DA34-426B-A397".
112
+
"serviceId": "A String", # Identifier for the service. It is the string after the collection identifier "services/". Example: "DA34-426B-A397".
parent: string, Required. The billing account to list billing account service from. Format: billingAccounts/{billing_account} (required)
122
+
pageSize: integer, Maximum number of billing account service to return. Results may return fewer than this value. Default value is 50 and maximum value is 5000.
123
+
pageToken: string, Page token received from a previous ListBillingAccountServices call to retrieve the next page of results. If this field is empty, the first page is returned.
124
+
x__xgafv: string, V1 error format.
125
+
Allowed values
126
+
1 - v1 error format
127
+
2 - v2 error format
128
+
129
+
Returns:
130
+
An object of the form:
131
+
132
+
{ # Response message for ListBillingAccountServices.
133
+
"billingAccountServices": [ # The returned billing account services.
134
+
{ # Encapsulates a Google Cloud service visible to a billing account.
135
+
"displayName": "A String", # Description of the BillingAccountService. Example: "BigQuery", "Compute Engine".
136
+
"name": "A String", # Resource name for the BillingAccountService. Example: "billingAccounts/012345-567890-ABCDEF/services/DA34-426B-A397".
137
+
"serviceId": "A String", # Identifier for the service. It is the string after the collection identifier "services/". Example: "DA34-426B-A397".
138
+
},
139
+
],
140
+
"nextPageToken": "A String", # Token that can be sent as `page_token` in the subsequent request to retrieve the next page. If this field is empty, there are no subsequent pages.
<pre>Gets a SKU group visible to a billing account.
103
+
104
+
Args:
105
+
name: string, Required. The name of the BillingAccountSkuGroup to retrieve. Format: billingAccounts/{billing_account}/skuGroups/{sku_group} (required)
106
+
x__xgafv: string, V1 error format.
107
+
Allowed values
108
+
1 - v1 error format
109
+
2 - v2 error format
110
+
111
+
Returns:
112
+
An object of the form:
113
+
114
+
{ # Encapsulates a stock keeping (SKU) group visible to a billing account. A SKU group represents a collection of SKUs that are related to each other. For example, the `AI Platform APIs` SKU group includes SKUs from the Cloud Dialogflow API, the Cloud Text-to-Speech API, and additional related APIs.
115
+
"displayName": "A String", # Description of the BillingAccountSkuGroup. Example: "A2 VMs (1 Year CUD)".
116
+
"name": "A String", # Resource name for the BillingAccountSkuGroup. Example: "billingAccounts/012345-567890-ABCDEF/skuGroups/0e6403d1-4694-44d2-a696-7a78b1a69301".
<pre>Lists SKU groups visible to a billing account.
123
+
124
+
Args:
125
+
parent: string, Required. The billing account to list billing account SKU groups from. Format: billingAccounts/{billing_account} (required)
126
+
pageSize: integer, Maximum number of billing account SKU groups to return. Results may return fewer than this value. Default value is 50 and maximum value is 5000.
127
+
pageToken: string, Page token received from a previous ListBillingAccountSkuGroups call to retrieve the next page of results. If this field is empty, the first page is returned.
128
+
x__xgafv: string, V1 error format.
129
+
Allowed values
130
+
1 - v1 error format
131
+
2 - v2 error format
132
+
133
+
Returns:
134
+
An object of the form:
135
+
136
+
{ # Response message for ListBillingAccountSkuGroups.
137
+
"billingAccountSkuGroups": [ # The returned publicly listed billing account SKU groups.
138
+
{ # Encapsulates a stock keeping (SKU) group visible to a billing account. A SKU group represents a collection of SKUs that are related to each other. For example, the `AI Platform APIs` SKU group includes SKUs from the Cloud Dialogflow API, the Cloud Text-to-Speech API, and additional related APIs.
139
+
"displayName": "A String", # Description of the BillingAccountSkuGroup. Example: "A2 VMs (1 Year CUD)".
140
+
"name": "A String", # Resource name for the BillingAccountSkuGroup. Example: "billingAccounts/012345-567890-ABCDEF/skuGroups/0e6403d1-4694-44d2-a696-7a78b1a69301".
141
+
},
142
+
],
143
+
"nextPageToken": "A String", # Token that can be sent as `page_token` in the subsequent request to retrieve the next page. If this field is empty, there are no subsequent pages.
0 commit comments