Skip to content

Commit

Permalink
fix(memcache): update the API
Browse files Browse the repository at this point in the history
#### memcache:v1beta2

The following keys were changed:
- schemas.GoogleCloudSaasacceleratorManagementProvidersV1Instance.properties.consumerDefinedName.description

#### memcache:v1

The following keys were changed:
- schemas.GoogleCloudSaasacceleratorManagementProvidersV1Instance.properties.consumerDefinedName.description
  • Loading branch information
yoshi-automation authored and sofisl committed Feb 9, 2023
1 parent b149229 commit d603fb9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions discovery/memcache-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@
}
}
},
"revision": "20230111",
"revision": "20230202",
"rootUrl": "https://memcache.googleapis.com/",
"schemas": {
"ApplyParametersRequest": {
Expand Down Expand Up @@ -745,7 +745,7 @@
"id": "GoogleCloudSaasacceleratorManagementProvidersV1Instance",
"properties": {
"consumerDefinedName": {
"description": "consumer_defined_name is the name that is set by the consumer. On the other hand Name field represents system-assigned id of an instance so consumers are not necessarily aware of it. consumer_defined_name is used for notification/UI purposes for consumer to recognize their instances.",
"description": "consumer_defined_name is the name of the instance set by the service consumers. Generally this is different from the `name` field which reperesents the system-assigned id of the instance which the service consumers do not recognize. This is a required field for tenants onboarding to Maintenance Window notifications (go/slm-rollout-maintenance-policies#prerequisites).",
"type": "string"
},
"createTime": {
Expand Down
4 changes: 2 additions & 2 deletions discovery/memcache-v1beta2.json
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@
}
}
},
"revision": "20230111",
"revision": "20230202",
"rootUrl": "https://memcache.googleapis.com/",
"schemas": {
"ApplyParametersRequest": {
Expand Down Expand Up @@ -791,7 +791,7 @@
"id": "GoogleCloudSaasacceleratorManagementProvidersV1Instance",
"properties": {
"consumerDefinedName": {
"description": "consumer_defined_name is the name that is set by the consumer. On the other hand Name field represents system-assigned id of an instance so consumers are not necessarily aware of it. consumer_defined_name is used for notification/UI purposes for consumer to recognize their instances.",
"description": "consumer_defined_name is the name of the instance set by the service consumers. Generally this is different from the `name` field which reperesents the system-assigned id of the instance which the service consumers do not recognize. This is a required field for tenants onboarding to Maintenance Window notifications (go/slm-rollout-maintenance-policies#prerequisites).",
"type": "string"
},
"createTime": {
Expand Down
2 changes: 1 addition & 1 deletion src/apis/memcache/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ export namespace memcache_v1 {
*/
export interface Schema$GoogleCloudSaasacceleratorManagementProvidersV1Instance {
/**
* consumer_defined_name is the name that is set by the consumer. On the other hand Name field represents system-assigned id of an instance so consumers are not necessarily aware of it. consumer_defined_name is used for notification/UI purposes for consumer to recognize their instances.
* consumer_defined_name is the name of the instance set by the service consumers. Generally this is different from the `name` field which reperesents the system-assigned id of the instance which the service consumers do not recognize. This is a required field for tenants onboarding to Maintenance Window notifications (go/slm-rollout-maintenance-policies#prerequisites).
*/
consumerDefinedName?: string | null;
/**
Expand Down
2 changes: 1 addition & 1 deletion src/apis/memcache/v1beta2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ export namespace memcache_v1beta2 {
*/
export interface Schema$GoogleCloudSaasacceleratorManagementProvidersV1Instance {
/**
* consumer_defined_name is the name that is set by the consumer. On the other hand Name field represents system-assigned id of an instance so consumers are not necessarily aware of it. consumer_defined_name is used for notification/UI purposes for consumer to recognize their instances.
* consumer_defined_name is the name of the instance set by the service consumers. Generally this is different from the `name` field which reperesents the system-assigned id of the instance which the service consumers do not recognize. This is a required field for tenants onboarding to Maintenance Window notifications (go/slm-rollout-maintenance-policies#prerequisites).
*/
consumerDefinedName?: string | null;
/**
Expand Down

0 comments on commit d603fb9

Please sign in to comment.