Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2075)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored Jul 17, 2023
1 parent 0011a92 commit 25d96d9
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 29 deletions.
6 changes: 5 additions & 1 deletion baremetalsolution/v2/baremetalsolution-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1548,7 +1548,7 @@
}
}
},
"revision": "20230628",
"revision": "20230710",
"rootUrl": "https://baremetalsolution.googleapis.com/",
"schemas": {
"AllowedClient": {
Expand Down Expand Up @@ -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"
Expand Down
6 changes: 6 additions & 0 deletions baremetalsolution/v2/baremetalsolution-gen.go

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

20 changes: 5 additions & 15 deletions gkeonprem/v1/gkeonprem-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2996,7 +2996,7 @@
}
}
},
"revision": "20230626",
"revision": "20230705",
"rootUrl": "https://gkeonprem.googleapis.com/",
"schemas": {
"Authorization": {
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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": {
Expand Down
13 changes: 1 addition & 12 deletions gkeonprem/v1/gkeonprem-gen.go

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

3 changes: 2 additions & 1 deletion memcache/v1beta2/memcache-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@
}
}
},
"revision": "20230622",
"revision": "20230706",
"rootUrl": "https://memcache.googleapis.com/",
"schemas": {
"ApplyParametersRequest": {
Expand Down Expand Up @@ -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"
},
Expand Down

0 comments on commit 25d96d9

Please sign in to comment.