Skip to content

Commit 380eafd

Browse files
feat(all): auto-regenerate discovery clients (#2044)
1 parent 7a8816b commit 380eafd

File tree

18 files changed

+1154
-457
lines changed

18 files changed

+1154
-457
lines changed

cloudbilling/v1/cloudbilling-api.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@
521521
}
522522
}
523523
},
524-
"revision": "20230616",
524+
"revision": "20230629",
525525
"rootUrl": "https://cloudbilling.googleapis.com/",
526526
"schemas": {
527527
"AggregationInfo": {
@@ -935,17 +935,17 @@
935935
"type": "string"
936936
},
937937
"billingEnabled": {
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.",
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.",
939939
"readOnly": true,
940940
"type": "boolean"
941941
},
942942
"name": {
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.",
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`.",
944944
"readOnly": true,
945945
"type": "string"
946946
},
947947
"projectId": {
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.",
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.",
949949
"readOnly": true,
950950
"type": "string"
951951
}

cloudbilling/v1/cloudbilling-gen.go

Lines changed: 2 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cloudbuild/v1/cloudbuild-api.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2319,7 +2319,7 @@
23192319
}
23202320
}
23212321
},
2322-
"revision": "20230522",
2322+
"revision": "20230626",
23232323
"rootUrl": "https://cloudbuild.googleapis.com/",
23242324
"schemas": {
23252325
"ApprovalConfig": {
@@ -3043,14 +3043,16 @@
30433043
"N1_HIGHCPU_8",
30443044
"N1_HIGHCPU_32",
30453045
"E2_HIGHCPU_8",
3046-
"E2_HIGHCPU_32"
3046+
"E2_HIGHCPU_32",
3047+
"E2_MEDIUM"
30473048
],
30483049
"enumDescriptions": [
30493050
"Standard machine type.",
30503051
"Highcpu machine with 8 CPUs.",
30513052
"Highcpu machine with 32 CPUs.",
30523053
"Highcpu e2 machine with 8 CPUs.",
3053-
"Highcpu e2 machine with 32 CPUs."
3054+
"Highcpu e2 machine with 32 CPUs.",
3055+
"E2 machine with 1 CPU."
30543056
],
30553057
"type": "string"
30563058
},

cloudbuild/v1/cloudbuild-gen.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cloudchannel/v1/cloudchannel-api.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@
593593
"customers": {
594594
"methods": {
595595
"create": {
596-
"description": "Creates a new Customer resource under the reseller or distributor account. Possible error codes: * PERMISSION_DENIED: The reseller account making the request is different from the reseller account in the API request. * INVALID_ARGUMENT: * Required request parameters are missing or invalid. * Domain field value doesn't match the primary email domain. Return value: The newly created Customer resource.",
596+
"description": "Creates a new Customer resource under the reseller or distributor account. Possible error codes: * PERMISSION_DENIED: The reseller account making the request is different from the reseller account in the API request. * PERMISSION_DENIED: You are not authorized to create a customer. See https://support.google.com/channelservices/answer/9759265 * INVALID_ARGUMENT: * Required request parameters are missing or invalid. * Domain field value doesn't match the primary email domain. Return value: The newly created Customer resource.",
597597
"flatPath": "v1/accounts/{accountsId}/channelPartnerLinks/{channelPartnerLinksId}/customers",
598598
"httpMethod": "POST",
599599
"id": "cloudchannel.accounts.channelPartnerLinks.customers.create",
@@ -671,7 +671,7 @@
671671
]
672672
},
673673
"import": {
674-
"description": "Imports a Customer from the Cloud Identity associated with the provided Cloud Identity ID or domain before a TransferEntitlements call. If a linked Customer already exists and overwrite_if_exists is true, it will update that Customer's data. Possible error codes: * PERMISSION_DENIED: The reseller account making the request is different from the reseller account in the API request. * NOT_FOUND: Cloud Identity doesn't exist or was deleted. * INVALID_ARGUMENT: Required parameters are missing, or the auth_token is expired or invalid. * ALREADY_EXISTS: A customer already exists and has conflicting critical fields. Requires an overwrite. Return value: The Customer.",
674+
"description": "Imports a Customer from the Cloud Identity associated with the provided Cloud Identity ID or domain before a TransferEntitlements call. If a linked Customer already exists and overwrite_if_exists is true, it will update that Customer's data. Possible error codes: * PERMISSION_DENIED: The reseller account making the request is different from the reseller account in the API request. * PERMISSION_DENIED: You are not authorized to import the customer. See https://support.google.com/channelservices/answer/9759265 * NOT_FOUND: Cloud Identity doesn't exist or was deleted. * INVALID_ARGUMENT: Required parameters are missing, or the auth_token is expired or invalid. * ALREADY_EXISTS: A customer already exists and has conflicting critical fields. Requires an overwrite. Return value: The Customer.",
675675
"flatPath": "v1/accounts/{accountsId}/channelPartnerLinks/{channelPartnerLinksId}/customers:import",
676676
"httpMethod": "POST",
677677
"id": "cloudchannel.accounts.channelPartnerLinks.customers.import",
@@ -780,7 +780,7 @@
780780
"customers": {
781781
"methods": {
782782
"create": {
783-
"description": "Creates a new Customer resource under the reseller or distributor account. Possible error codes: * PERMISSION_DENIED: The reseller account making the request is different from the reseller account in the API request. * INVALID_ARGUMENT: * Required request parameters are missing or invalid. * Domain field value doesn't match the primary email domain. Return value: The newly created Customer resource.",
783+
"description": "Creates a new Customer resource under the reseller or distributor account. Possible error codes: * PERMISSION_DENIED: The reseller account making the request is different from the reseller account in the API request. * PERMISSION_DENIED: You are not authorized to create a customer. See https://support.google.com/channelservices/answer/9759265 * INVALID_ARGUMENT: * Required request parameters are missing or invalid. * Domain field value doesn't match the primary email domain. Return value: The newly created Customer resource.",
784784
"flatPath": "v1/accounts/{accountsId}/customers",
785785
"httpMethod": "POST",
786786
"id": "cloudchannel.accounts.customers.create",
@@ -858,7 +858,7 @@
858858
]
859859
},
860860
"import": {
861-
"description": "Imports a Customer from the Cloud Identity associated with the provided Cloud Identity ID or domain before a TransferEntitlements call. If a linked Customer already exists and overwrite_if_exists is true, it will update that Customer's data. Possible error codes: * PERMISSION_DENIED: The reseller account making the request is different from the reseller account in the API request. * NOT_FOUND: Cloud Identity doesn't exist or was deleted. * INVALID_ARGUMENT: Required parameters are missing, or the auth_token is expired or invalid. * ALREADY_EXISTS: A customer already exists and has conflicting critical fields. Requires an overwrite. Return value: The Customer.",
861+
"description": "Imports a Customer from the Cloud Identity associated with the provided Cloud Identity ID or domain before a TransferEntitlements call. If a linked Customer already exists and overwrite_if_exists is true, it will update that Customer's data. Possible error codes: * PERMISSION_DENIED: The reseller account making the request is different from the reseller account in the API request. * PERMISSION_DENIED: You are not authorized to import the customer. See https://support.google.com/channelservices/answer/9759265 * NOT_FOUND: Cloud Identity doesn't exist or was deleted. * INVALID_ARGUMENT: Required parameters are missing, or the auth_token is expired or invalid. * ALREADY_EXISTS: A customer already exists and has conflicting critical fields. Requires an overwrite. Return value: The Customer.",
862862
"flatPath": "v1/accounts/{accountsId}/customers:import",
863863
"httpMethod": "POST",
864864
"id": "cloudchannel.accounts.customers.import",
@@ -1093,7 +1093,7 @@
10931093
]
10941094
},
10951095
"provisionCloudIdentity": {
1096-
"description": "Creates a Cloud Identity for the given customer using the customer's information, or the information provided here. Possible error codes: * PERMISSION_DENIED: The customer doesn't belong to the reseller. * INVALID_ARGUMENT: Required request parameters are missing or invalid. * NOT_FOUND: The customer was not found. * ALREADY_EXISTS: The customer's primary email already exists. Retry after changing the customer's primary contact email. * INTERNAL: Any non-user error related to a technical issue in the backend. Contact Cloud Channel support. * UNKNOWN: Any non-user error related to a technical issue in the backend. Contact Cloud Channel support. Return value: The ID of a long-running operation. To get the results of the operation, call the GetOperation method of CloudChannelOperationsService. The Operation metadata contains an instance of OperationMetadata.",
1096+
"description": "Creates a Cloud Identity for the given customer using the customer's information, or the information provided here. Possible error codes: * PERMISSION_DENIED: The customer doesn't belong to the reseller. * PERMISSION_DENIED: You are not authorized to provision cloud identity id. See https://support.google.com/channelservices/answer/9759265 * INVALID_ARGUMENT: Required request parameters are missing or invalid. * NOT_FOUND: The customer was not found. * ALREADY_EXISTS: The customer's primary email already exists. Retry after changing the customer's primary contact email. * INTERNAL: Any non-user error related to a technical issue in the backend. Contact Cloud Channel support. * UNKNOWN: Any non-user error related to a technical issue in the backend. Contact Cloud Channel support. Return value: The ID of a long-running operation. To get the results of the operation, call the GetOperation method of CloudChannelOperationsService. The Operation metadata contains an instance of OperationMetadata.",
10971097
"flatPath": "v1/accounts/{accountsId}/customers/{customersId}:provisionCloudIdentity",
10981098
"httpMethod": "POST",
10991099
"id": "cloudchannel.accounts.customers.provisionCloudIdentity",
@@ -2178,7 +2178,7 @@
21782178
}
21792179
}
21802180
},
2181-
"revision": "20230613",
2181+
"revision": "20230628",
21822182
"rootUrl": "https://cloudchannel.googleapis.com/",
21832183
"schemas": {
21842184
"GoogleCloudChannelV1ActivateEntitlementRequest": {

0 commit comments

Comments
 (0)