diff --git a/baremetalsolution/v2/baremetalsolution-api.json b/baremetalsolution/v2/baremetalsolution-api.json index 1d7a7db0d8f..bc678ceeb65 100644 --- a/baremetalsolution/v2/baremetalsolution-api.json +++ b/baremetalsolution/v2/baremetalsolution-api.json @@ -1548,7 +1548,7 @@ } } }, - "revision": "20230628", + "revision": "20230710", "rootUrl": "https://baremetalsolution.googleapis.com/", "schemas": { "AllowedClient": { @@ -3183,6 +3183,10 @@ "description": "Immutable. The identifier of the attachment within vrf.", "type": "string" }, + "interconnectAttachment": { + "description": "Optional. The name of the vlan attachment within vrf. This is of the form projects/{project_number}/regions/{region}/interconnectAttachments/{interconnect_attachment}", + "type": "string" + }, "pairingKey": { "description": "Input only. Pairing key.", "type": "string" diff --git a/baremetalsolution/v2/baremetalsolution-gen.go b/baremetalsolution/v2/baremetalsolution-gen.go index ce12cabd714..77a2f02b0cc 100644 --- a/baremetalsolution/v2/baremetalsolution-gen.go +++ b/baremetalsolution/v2/baremetalsolution-gen.go @@ -2450,6 +2450,12 @@ type VlanAttachment struct { // Id: Immutable. The identifier of the attachment within vrf. Id string `json:"id,omitempty"` + // InterconnectAttachment: Optional. The name of the vlan attachment + // within vrf. This is of the form + // projects/{project_number}/regions/{region}/interconnectAttachments/{in + // terconnect_attachment} + InterconnectAttachment string `json:"interconnectAttachment,omitempty"` + // PairingKey: Input only. Pairing key. PairingKey string `json:"pairingKey,omitempty"` diff --git a/gkeonprem/v1/gkeonprem-api.json b/gkeonprem/v1/gkeonprem-api.json index 62417589c9f..fc6f325623b 100644 --- a/gkeonprem/v1/gkeonprem-api.json +++ b/gkeonprem/v1/gkeonprem-api.json @@ -2996,7 +2996,7 @@ } } }, - "revision": "20230626", + "revision": "20230705", "rootUrl": "https://gkeonprem.googleapis.com/", "schemas": { "Authorization": { @@ -4909,14 +4909,16 @@ "CREATE", "DELETE", "UPDATE", - "UPGRADE" + "UPGRADE", + "PLATFORM_UPGRADE" ], "enumDescriptions": [ "Not set.", "The resource is being created.", "The resource is being deleted.", "The resource is being updated.", - "The resource is being upgraded." + "The resource is being upgraded.", + "The platform is being upgraded." ], "readOnly": true, "type": "string" @@ -5932,10 +5934,6 @@ "datastore": { "description": "The Vsphere datastore used by the control plane Node.", "type": "string" - }, - "storagePolicyName": { - "description": "The Vsphere storage policy used by the control plane Node.", - "type": "string" } }, "type": "object" @@ -6414,10 +6412,6 @@ "resourcePool": { "description": "The name of the vCenter resource pool for the user cluster.", "type": "string" - }, - "storagePolicyName": { - "description": "The name of the vCenter storage policy for the user cluster.", - "type": "string" } }, "type": "object" @@ -6464,10 +6458,6 @@ "description": "The name of the vCenter datastore. Inherited from the user cluster.", "type": "string" }, - "storagePolicyName": { - "description": "The name of the vCenter storage policy. Inherited from the user cluster.", - "type": "string" - }, "tags": { "description": "Tags to apply to VMs.", "items": { diff --git a/gkeonprem/v1/gkeonprem-gen.go b/gkeonprem/v1/gkeonprem-gen.go index 70af3a5c122..06a5ca209d3 100644 --- a/gkeonprem/v1/gkeonprem-gen.go +++ b/gkeonprem/v1/gkeonprem-gen.go @@ -3838,6 +3838,7 @@ type OperationMetadata struct { // "DELETE" - The resource is being deleted. // "UPDATE" - The resource is being updated. // "UPGRADE" - The resource is being upgraded. + // "PLATFORM_UPGRADE" - The platform is being upgraded. Type string `json:"type,omitempty"` // Verb: Output only. Name of the verb executed by the operation. @@ -5444,10 +5445,6 @@ type VmwareControlPlaneVsphereConfig struct { // Datastore: The Vsphere datastore used by the control plane Node. Datastore string `json:"datastore,omitempty"` - // StoragePolicyName: The Vsphere storage policy used by the control - // plane Node. - StoragePolicyName string `json:"storagePolicyName,omitempty"` - // ForceSendFields is a list of field names (e.g. "Datastore") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any @@ -6194,10 +6191,6 @@ type VmwareVCenterConfig struct { // cluster. ResourcePool string `json:"resourcePool,omitempty"` - // StoragePolicyName: The name of the vCenter storage policy for the - // user cluster. - StoragePolicyName string `json:"storagePolicyName,omitempty"` - // ForceSendFields is a list of field names (e.g. "Address") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any @@ -6303,10 +6296,6 @@ type VmwareVsphereConfig struct { // cluster. Datastore string `json:"datastore,omitempty"` - // StoragePolicyName: The name of the vCenter storage policy. Inherited - // from the user cluster. - StoragePolicyName string `json:"storagePolicyName,omitempty"` - // Tags: Tags to apply to VMs. Tags []*VmwareVsphereTag `json:"tags,omitempty"` diff --git a/memcache/v1beta2/memcache-api.json b/memcache/v1beta2/memcache-api.json index 37448116553..30f1d9e0a70 100644 --- a/memcache/v1beta2/memcache-api.json +++ b/memcache/v1beta2/memcache-api.json @@ -584,7 +584,7 @@ } } }, - "revision": "20230622", + "revision": "20230706", "rootUrl": "https://memcache.googleapis.com/", "schemas": { "ApplyParametersRequest": { @@ -914,6 +914,7 @@ "id": "GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule", "properties": { "canReschedule": { + "deprecated": true, "description": "This field is deprecated, and will be always set to true since reschedule can happen multiple times now. This field should not be removed until all service producers remove this for their customers.", "type": "boolean" },