@maxim_mazurok/gapi.client.cloudbilling-v1 0.0.20240507 → 0.0.20240517
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +6 -6
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://cloudbilling.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20240517
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -177,9 +177,9 @@ declare namespace gapi.client {
|
|
|
177
177
|
businessEntityName?: string;
|
|
178
178
|
/** A human readable display name for this service. */
|
|
179
179
|
displayName?: string;
|
|
180
|
-
/** The resource name for the service. Example: "services/
|
|
180
|
+
/** The resource name for the service. Example: "services/6F81-5844-456A" */
|
|
181
181
|
name?: string;
|
|
182
|
-
/** The identifier for the service. Example: "
|
|
182
|
+
/** The identifier for the service. Example: "6F81-5844-456A" */
|
|
183
183
|
serviceId?: string;
|
|
184
184
|
}
|
|
185
185
|
interface SetIamPolicyRequest {
|
|
@@ -195,7 +195,7 @@ declare namespace gapi.client {
|
|
|
195
195
|
description?: string;
|
|
196
196
|
/** The geographic taxonomy for this sku. */
|
|
197
197
|
geoTaxonomy?: GeoTaxonomy;
|
|
198
|
-
/** The resource name for the SKU. Example: "services/
|
|
198
|
+
/** The resource name for the SKU. Example: "services/6F81-5844-456A/skus/D041-B8A1-6E0B" */
|
|
199
199
|
name?: string;
|
|
200
200
|
/** A timeline of pricing info for this SKU in chronological order. */
|
|
201
201
|
pricingInfo?: PricingInfo[];
|
|
@@ -203,7 +203,7 @@ declare namespace gapi.client {
|
|
|
203
203
|
serviceProviderName?: string;
|
|
204
204
|
/** List of service regions this SKU is offered at. Example: "asia-east1" Service regions can be found at https://cloud.google.com/about/locations/ */
|
|
205
205
|
serviceRegions?: string[];
|
|
206
|
-
/** The identifier for the SKU. Example: "
|
|
206
|
+
/** The identifier for the SKU. Example: "D041-B8A1-6E0B" */
|
|
207
207
|
skuId?: string;
|
|
208
208
|
}
|
|
209
209
|
interface TestIamPermissionsRequest {
|
|
@@ -914,7 +914,7 @@ declare namespace gapi.client {
|
|
|
914
914
|
pageSize?: number;
|
|
915
915
|
/** A token identifying a page of results to return. This should be a `next_page_token` value returned from a previous `ListSkus` call. If unspecified, the first page of results is returned. */
|
|
916
916
|
pageToken?: string;
|
|
917
|
-
/** Required. The name of the service. Example: "services/
|
|
917
|
+
/** Required. The name of the service. Example: "services/6F81-5844-456A" */
|
|
918
918
|
parent: string;
|
|
919
919
|
/** Returns response with indentations and line breaks. */
|
|
920
920
|
prettyPrint?: boolean;
|