Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2231)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Oct 21, 2023
1 parent 199783c commit 9835f38
Show file tree
Hide file tree
Showing 34 changed files with 1,685 additions and 188 deletions.
9 changes: 5 additions & 4 deletions alloydb/v1/alloydb-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1489,7 +1489,7 @@
}
}
},
"revision": "20231006",
"revision": "20231011",
"rootUrl": "https://alloydb.googleapis.com/",
"schemas": {
"AutomatedBackupPolicy": {
Expand Down Expand Up @@ -3097,7 +3097,8 @@
},
"resourceId": {
"$ref": "StorageDatabasecenterPartnerapiV1mainDatabaseResourceId",
"description": "Required. Primary key associated with the Resource"
"deprecated": true,
"description": "Primary key associated with the Resource. resource_id is available in individual feed level as well."
},
"resourceMetadata": {
"$ref": "StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata"
Expand Down Expand Up @@ -3164,7 +3165,7 @@
"type": "string"
},
"resourceContainer": {
"description": "Closest parent container of this resource. In GCP, 'container' refers to a Cloud Resource Manager project. It must be resource name of a Cloud Resource Manager project with the format of \"provider//\", such as \"gcp/projects/123\".",
"description": "Closest parent container of this resource. In GCP, 'container' refers to a Cloud Resource Manager project. It must be resource name of a Cloud Resource Manager project with the format of \"provider//\", such as \"gcp/projects/123\". For GCP provided resources, number should be project number.",
"type": "string"
},
"resourceName": {
Expand Down Expand Up @@ -3460,7 +3461,7 @@
"description": "The product this resource represents."
},
"resourceContainer": {
"description": "Closest parent Cloud Resource Manager container of this resource. It must be resource name of a Cloud Resource Manager project with the format of \"provider//\", such as \"gcp/projects/123\".",
"description": "Closest parent Cloud Resource Manager container of this resource. It must be resource name of a Cloud Resource Manager project with the format of \"provider//\", such as \"gcp/projects/123\". For GCP provided resources, number should be project number.",
"type": "string"
},
"resourceName": {
Expand Down
7 changes: 5 additions & 2 deletions alloydb/v1/alloydb-gen.go

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

9 changes: 5 additions & 4 deletions alloydb/v1beta/alloydb-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1486,7 +1486,7 @@
}
}
},
"revision": "20231006",
"revision": "20231011",
"rootUrl": "https://alloydb.googleapis.com/",
"schemas": {
"AutomatedBackupPolicy": {
Expand Down Expand Up @@ -3122,7 +3122,8 @@
},
"resourceId": {
"$ref": "StorageDatabasecenterPartnerapiV1mainDatabaseResourceId",
"description": "Required. Primary key associated with the Resource"
"deprecated": true,
"description": "Primary key associated with the Resource. resource_id is available in individual feed level as well."
},
"resourceMetadata": {
"$ref": "StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata"
Expand Down Expand Up @@ -3189,7 +3190,7 @@
"type": "string"
},
"resourceContainer": {
"description": "Closest parent container of this resource. In GCP, 'container' refers to a Cloud Resource Manager project. It must be resource name of a Cloud Resource Manager project with the format of \"provider//\", such as \"gcp/projects/123\".",
"description": "Closest parent container of this resource. In GCP, 'container' refers to a Cloud Resource Manager project. It must be resource name of a Cloud Resource Manager project with the format of \"provider//\", such as \"gcp/projects/123\". For GCP provided resources, number should be project number.",
"type": "string"
},
"resourceName": {
Expand Down Expand Up @@ -3485,7 +3486,7 @@
"description": "The product this resource represents."
},
"resourceContainer": {
"description": "Closest parent Cloud Resource Manager container of this resource. It must be resource name of a Cloud Resource Manager project with the format of \"provider//\", such as \"gcp/projects/123\".",
"description": "Closest parent Cloud Resource Manager container of this resource. It must be resource name of a Cloud Resource Manager project with the format of \"provider//\", such as \"gcp/projects/123\". For GCP provided resources, number should be project number.",
"type": "string"
},
"resourceName": {
Expand Down
7 changes: 5 additions & 2 deletions alloydb/v1beta/alloydb-gen.go

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

28 changes: 5 additions & 23 deletions beyondcorp/v1alpha/beyondcorp-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@
"type": "string"
},
"updateMask": {
"description": "Required. Field mask is used to specify the fields to be overwritten in the PartnerTenant resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten. ",
"description": "Required. Field mask is used to specify the fields to be overwritten in the PartnerTenant resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten. Mutable fields: display_name, partner_metadata, group_information.",
"format": "google-fieldmask",
"location": "query",
"type": "string"
Expand Down Expand Up @@ -609,7 +609,7 @@
],
"parameters": {
"parent": {
"description": "Required. The resource name of the Tenant using the form: `organizations/{organization_id}/locations/global/tenants/{tenant_id}`",
"description": "Required. The resource name of the parent PartnerTenant using the form: `organizations/{organization_id}/locations/global/partnerTenants/{partner_tenant_id}`",
"location": "path",
"pattern": "^organizations/[^/]+/locations/global/partnerTenants/[^/]+$",
"required": true,
Expand Down Expand Up @@ -672,7 +672,7 @@
],
"parameters": {
"name": {
"description": "Required. The resource name of the ProxyConfig using the form: `organizations/{organization_id}/locations/global/tenants/{tenant_id}/proxyConfigs/{proxy_config_id}`",
"description": "Required. The resource name of the ProxyConfig using the form: `organizations/{organization_id}/locations/global/partnerTenants/{partner_tenant_id}/proxyConfigs/{proxy_config_id}`",
"location": "path",
"pattern": "^organizations/[^/]+/locations/global/partnerTenants/[^/]+/proxyConfigs/[^/]+$",
"required": true,
Expand Down Expand Up @@ -3674,7 +3674,7 @@
}
}
},
"revision": "20230927",
"revision": "20231011",
"rootUrl": "https://beyondcorp.googleapis.com/",
"schemas": {
"AllocatedConnection": {
Expand Down Expand Up @@ -5237,7 +5237,7 @@
"type": "object"
},
"GoogleCloudBeyondcorpPartnerservicesV1alphaProxyConfig": {
"description": "Proxy Configuration of a Tenant.",
"description": "Proxy Configuration of a PartnerTenant.",
"id": "GoogleCloudBeyondcorpPartnerservicesV1alphaProxyConfig",
"properties": {
"createTime": {
Expand All @@ -5259,10 +5259,6 @@
"readOnly": true,
"type": "string"
},
"proxyProtocolConfig": {
"$ref": "GoogleCloudBeyondcorpPartnerservicesV1alphaProxyProtocolConfig",
"description": "Optional. Protocol config data for the Proxy."
},
"proxyUri": {
"description": "Required. The URI of the proxy server.",
"type": "string"
Expand All @@ -5284,20 +5280,6 @@
},
"type": "object"
},
"GoogleCloudBeyondcorpPartnerservicesV1alphaProxyProtocolConfig": {
"description": "The protocol data that specifies how to communicate with Partner's Proxy.",
"id": "GoogleCloudBeyondcorpPartnerservicesV1alphaProxyProtocolConfig",
"properties": {
"metadata": {
"additionalProperties": {
"type": "string"
},
"description": "Optional. Untyped property bag to be sent back to the proxy using client specific mechanism.",
"type": "object"
}
},
"type": "object"
},
"GoogleCloudBeyondcorpPartnerservicesV1alphaRoutingInfo": {
"description": "Message contains the routing information to direct traffic to the proxy server.",
"id": "GoogleCloudBeyondcorpPartnerservicesV1alphaRoutingInfo",
Expand Down
55 changes: 12 additions & 43 deletions beyondcorp/v1alpha/beyondcorp-gen.go

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

0 comments on commit 9835f38

Please sign in to comment.