Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2079)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Jul 20, 2023
1 parent d9bd05b commit b88678a
Show file tree
Hide file tree
Showing 49 changed files with 4,921 additions and 372 deletions.
15 changes: 15 additions & 0 deletions api-list.json
Expand Up @@ -4342,6 +4342,21 @@
"documentationLink": "https://developers.google.com/people/",
"preferred": true
},
{
"kind": "discovery#directoryItem",
"id": "places:v1",
"name": "places",
"version": "v1",
"title": "Places API (New)",
"description": "",
"discoveryRestUrl": "https://places.googleapis.com/$discovery/rest?version=v1",
"icons": {
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
},
"documentationLink": "https://mapsplatform.google.com/maps-products/#places-section",
"preferred": true
},
{
"kind": "discovery#directoryItem",
"id": "playcustomapp:v1",
Expand Down
18 changes: 16 additions & 2 deletions cloudbuild/v1/cloudbuild-api.json
Expand Up @@ -2319,7 +2319,7 @@
}
}
},
"revision": "20230626",
"revision": "20230713",
"rootUrl": "https://cloudbuild.googleapis.com/",
"schemas": {
"ApprovalConfig": {
Expand Down Expand Up @@ -2982,7 +2982,7 @@
],
"enumDescriptions": [
"Unspecified.",
"Bucket is located in user-owned project in the same region as the build. The builder service account must have access to create and write to GCS buckets in the build project."
"Bucket is located in user-owned project in the same region as the build. The builder service account must have access to create and write to Cloud Storage buckets in the build project."
],
"type": "string"
},
Expand Down Expand Up @@ -3026,6 +3026,14 @@
"CLOUD_LOGGING_ONLY",
"NONE"
],
"enumDeprecated": [
false,
false,
false,
true,
false,
false
],
"enumDescriptions": [
"The service determines the logging mode. The default is `LEGACY`. Do not rely on the default logging behavior as it may change in the future.",
"Build logs are stored in Cloud Logging and Cloud Storage.",
Expand Down Expand Up @@ -3118,6 +3126,7 @@
"type": "array"
},
"workerPool": {
"deprecated": true,
"description": "This field deprecated; please use `pool.name` instead.",
"type": "string"
}
Expand Down Expand Up @@ -3796,6 +3805,7 @@
"id": "GitHubEnterpriseSecrets",
"properties": {
"oauthClientIdName": {
"deprecated": true,
"description": "The resource name for the OAuth client ID secret in Secret Manager.",
"type": "string"
},
Expand All @@ -3804,6 +3814,7 @@
"type": "string"
},
"oauthSecretName": {
"deprecated": true,
"description": "The resource name for the OAuth secret in Secret Manager.",
"type": "string"
},
Expand All @@ -3812,6 +3823,7 @@
"type": "string"
},
"privateKeyName": {
"deprecated": true,
"description": "The resource name for the private key secret.",
"type": "string"
},
Expand All @@ -3820,6 +3832,7 @@
"type": "string"
},
"webhookSecretName": {
"deprecated": true,
"description": "The resource name for the webhook secret in Secret Manager.",
"type": "string"
},
Expand All @@ -3839,6 +3852,7 @@
"type": "string"
},
"installationId": {
"deprecated": true,
"description": "The installationID that emits the GitHub event.",
"format": "int64",
"type": "string"
Expand Down
4 changes: 2 additions & 2 deletions cloudbuild/v1/cloudbuild-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions cloudchannel/v1/cloudchannel-api.json
Expand Up @@ -442,7 +442,7 @@
"channelPartnerRepricingConfigs": {
"methods": {
"create": {
"description": "Creates a ChannelPartnerRepricingConfig. Call this method to set modifications for a specific ChannelPartner's bill. You can only create configs if the RepricingConfig.effective_invoice_month is a future month. If needed, you can create a config for the current month, with some restrictions. When creating a config for a future month, make sure there are no existing configs for that RepricingConfig.effective_invoice_month. The following restrictions are for creating configs in the current month. * This functionality is reserved for recovering from an erroneous config, and should not be used for regular business cases. * The new config will not modify exports used with other configs. Changes to the config may be immediate, but may take up to 24 hours. * There is a limit of ten configs for any ChannelPartner or RepricingConfig.effective_invoice_month. * The contained ChannelPartnerRepricingConfig.repricing_config vaule must be different from the value used in the current config for a ChannelPartner. Possible Error Codes: * PERMISSION_DENIED: If the account making the request and the account being queried are different. * INVALID_ARGUMENT: Missing or invalid required parameters in the request. Also displays if the updated config is for the current month or past months. * NOT_FOUND: The ChannelPartnerRepricingConfig specified does not exist or is not associated with the given account. * INTERNAL: Any non-user error related to technical issues in the backend. In this case, contact Cloud Channel support. Return Value: If successful, the updated ChannelPartnerRepricingConfig resource, otherwise returns an error.",
"description": "Creates a ChannelPartnerRepricingConfig. Call this method to set modifications for a specific ChannelPartner's bill. You can only create configs if the RepricingConfig.effective_invoice_month is a future month. If needed, you can create a config for the current month, with some restrictions. When creating a config for a future month, make sure there are no existing configs for that RepricingConfig.effective_invoice_month. The following restrictions are for creating configs in the current month. * This functionality is reserved for recovering from an erroneous config, and should not be used for regular business cases. * The new config will not modify exports used with other configs. Changes to the config may be immediate, but may take up to 24 hours. * There is a limit of ten configs for any ChannelPartner or RepricingConfig.EntitlementGranularity.entitlement, for any RepricingConfig.effective_invoice_month. * The contained ChannelPartnerRepricingConfig.repricing_config value must be different from the value used in the current config for a ChannelPartner. Possible Error Codes: * PERMISSION_DENIED: If the account making the request and the account being queried are different. * INVALID_ARGUMENT: Missing or invalid required parameters in the request. Also displays if the updated config is for the current month or past months. * NOT_FOUND: The ChannelPartnerRepricingConfig specified does not exist or is not associated with the given account. * INTERNAL: Any non-user error related to technical issues in the backend. In this case, contact Cloud Channel support. Return Value: If successful, the updated ChannelPartnerRepricingConfig resource, otherwise returns an error.",
"flatPath": "v1/accounts/{accountsId}/channelPartnerLinks/{channelPartnerLinksId}/channelPartnerRepricingConfigs",
"httpMethod": "POST",
"id": "cloudchannel.accounts.channelPartnerLinks.channelPartnerRepricingConfigs.create",
Expand Down Expand Up @@ -1212,7 +1212,7 @@
"customerRepricingConfigs": {
"methods": {
"create": {
"description": "Creates a CustomerRepricingConfig. Call this method to set modifications for a specific customer's bill. You can only create configs if the RepricingConfig.effective_invoice_month is a future month. If needed, you can create a config for the current month, with some restrictions. When creating a config for a future month, make sure there are no existing configs for that RepricingConfig.effective_invoice_month. The following restrictions are for creating configs in the current month. * This functionality is reserved for recovering from an erroneous config, and should not be used for regular business cases. * The new config will not modify exports used with other configs. Changes to the config may be immediate, but may take up to 24 hours. * There is a limit of ten configs for any RepricingConfig.EntitlementGranularity.entitlement or RepricingConfig.effective_invoice_month. * The contained CustomerRepricingConfig.repricing_config vaule must be different from the value used in the current config for a RepricingConfig.EntitlementGranularity.entitlement. Possible Error Codes: * PERMISSION_DENIED: If the account making the request and the account being queried are different. * INVALID_ARGUMENT: Missing or invalid required parameters in the request. Also displays if the updated config is for the current month or past months. * NOT_FOUND: The CustomerRepricingConfig specified does not exist or is not associated with the given account. * INTERNAL: Any non-user error related to technical issues in the backend. In this case, contact Cloud Channel support. Return Value: If successful, the updated CustomerRepricingConfig resource, otherwise returns an error.",
"description": "Creates a CustomerRepricingConfig. Call this method to set modifications for a specific customer's bill. You can only create configs if the RepricingConfig.effective_invoice_month is a future month. If needed, you can create a config for the current month, with some restrictions. When creating a config for a future month, make sure there are no existing configs for that RepricingConfig.effective_invoice_month. The following restrictions are for creating configs in the current month. * This functionality is reserved for recovering from an erroneous config, and should not be used for regular business cases. * The new config will not modify exports used with other configs. Changes to the config may be immediate, but may take up to 24 hours. * There is a limit of ten configs for any RepricingConfig.EntitlementGranularity.entitlement, for any RepricingConfig.effective_invoice_month. * The contained CustomerRepricingConfig.repricing_config value must be different from the value used in the current config for a RepricingConfig.EntitlementGranularity.entitlement. Possible Error Codes: * PERMISSION_DENIED: If the account making the request and the account being queried are different. * INVALID_ARGUMENT: Missing or invalid required parameters in the request. Also displays if the updated config is for the current month or past months. * NOT_FOUND: The CustomerRepricingConfig specified does not exist or is not associated with the given account. * INTERNAL: Any non-user error related to technical issues in the backend. In this case, contact Cloud Channel support. Return Value: If successful, the updated CustomerRepricingConfig resource, otherwise returns an error.",
"flatPath": "v1/accounts/{accountsId}/customers/{customersId}/customerRepricingConfigs",
"httpMethod": "POST",
"id": "cloudchannel.accounts.customers.customerRepricingConfigs.create",
Expand Down Expand Up @@ -2178,7 +2178,7 @@
}
}
},
"revision": "20230711",
"revision": "20230718",
"rootUrl": "https://cloudchannel.googleapis.com/",
"schemas": {
"GoogleCloudChannelV1ActivateEntitlementRequest": {
Expand Down Expand Up @@ -4428,7 +4428,7 @@
},
"channelPartnerGranularity": {
"$ref": "GoogleCloudChannelV1RepricingConfigChannelPartnerGranularity",
"description": "Applies the repricing configuration at the channel partner level. This is the only supported value for ChannelPartnerRepricingConfig."
"description": "Applies the repricing configuration at the channel partner level. Only ChannelPartnerRepricingConfig supports this value."
},
"conditionalOverrides": {
"description": "The conditional overrides to apply for this configuration. If you list multiple overrides, only the first valid override is used. If you don't list any overrides, the API uses the normal adjustment and rebilling basis.",
Expand All @@ -4443,7 +4443,7 @@
},
"entitlementGranularity": {
"$ref": "GoogleCloudChannelV1RepricingConfigEntitlementGranularity",
"description": "Applies the repricing configuration at the entitlement level. This is the only supported value for CustomerRepricingConfig."
"description": "Applies the repricing configuration at the entitlement level. Note: If a ChannelPartnerRepricingConfig using RepricingConfig.EntitlementGranularity becomes effective, then no existing or future RepricingConfig.ChannelPartnerGranularity will apply to the RepricingConfig.EntitlementGranularity.entitlement. This is the recommended value for both CustomerRepricingConfig and ChannelPartnerRepricingConfig."
},
"rebillingBasis": {
"description": "Required. The RebillingBasis to use for this bill. Specifies the relative cost based on repricing costs you will apply.",
Expand Down

0 comments on commit b88678a

Please sign in to comment.