Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#1581)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Jun 13, 2022
1 parent 590733c commit a1e650c
Show file tree
Hide file tree
Showing 22 changed files with 1,409 additions and 73 deletions.
6 changes: 3 additions & 3 deletions certificatemanager/v1/certificatemanager-api.json
Expand Up @@ -975,7 +975,7 @@
}
}
},
"revision": "20220523",
"revision": "20220602",
"rootUrl": "https://certificatemanager.googleapis.com/",
"schemas": {
"AuthorizationAttemptInfo": {
Expand Down Expand Up @@ -1302,11 +1302,11 @@
"type": "array"
},
"targetHttpsProxy": {
"description": "A name must be in the format `projects/*/locations/*/targetHttpsProxies/*`.",
"description": "This field returns the resource name in the following format: `//compute.googleapis.com/projects/*/global/targetHttpsProxies/*`.",
"type": "string"
},
"targetSslProxy": {
"description": "A name must be in the format `projects/*/locations/*/targetSslProxies/*`.",
"description": "This field returns the resource name in the following format: `//compute.googleapis.com/projects/*/global/targetSslProxies/*`.",
"type": "string"
}
},
Expand Down
10 changes: 6 additions & 4 deletions certificatemanager/v1/certificatemanager-gen.go

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

21 changes: 6 additions & 15 deletions compute/v0.alpha/compute-api.json
Expand Up @@ -38709,7 +38709,7 @@
}
}
},
"revision": "20220526",
"revision": "20220531",
"rootUrl": "https://compute.googleapis.com/",
"schemas": {
"AcceleratorConfig": {
Expand Down Expand Up @@ -50796,14 +50796,14 @@
"type": "string"
},
"listManagedInstancesResults": {
"description": "Pagination behavior of listManagedInstances API method for this Managed Instance Group.",
"description": "Pagination behavior of the listManagedInstances API method for this managed instance group.",
"enum": [
"PAGELESS",
"PAGINATED"
],
"enumDescriptions": [
"(Default) Pagination is disabled for listManagedInstances API method. maxResults and pageToken query parameters are ignored and all instances are returned in a single response.",
"Pagination is enabled for listManagedInstances API method. maxResults and pageToken query parameters are respected."
"(Default) Pagination is disabled for the group's listManagedInstances API method. maxResults and pageToken query parameters are ignored and all instances are returned in a single response.",
"Pagination is enabled for the group's listManagedInstances API method. maxResults and pageToken query parameters are respected."
],
"type": "string"
},
Expand Down Expand Up @@ -72610,24 +72610,15 @@
"enum": [
"DISABLE_GOOGLE_ACCESS",
"ENABLE_BIDIRECTIONAL_ACCESS_TO_GOOGLE",
"ENABLE_OUTBOUND_VM_ACCESS_TO_GOOGLE",
"ENABLE_OUTBOUND_VM_ACCESS_TO_GOOGLE_FOR_SERVICE_ACCOUNTS"
"ENABLE_OUTBOUND_VM_ACCESS_TO_GOOGLE"
],
"enumDescriptions": [
"Disable private IPv6 access to/from Google services.",
"Bidirectional private IPv6 access to/from Google services.",
"Outbound private IPv6 access from VMs in this subnet to Google services.",
"Deprecated in favor of enable PrivateIpv6GoogleAccess on instance directly. Outbound private IPv6 access is enabled per VM based on Service Accounts. This applies only to VMs with primary service accounts as listed in private_ipv6_google_access_service_account."
"Outbound private IPv6 access from VMs in this subnet to Google services."
],
"type": "string"
},
"privateIpv6GoogleAccessServiceAccounts": {
"description": "Deprecated in favor of enable PrivateIpv6GoogleAccess on instance directly. The service accounts can be used to selectively turn on Private IPv6 Google Access only on the VMs primary service account matching the value. This value only takes effect when PrivateIpv6GoogleAccess is ENABLE_OUTBOUND_VM_ACCESS_TO_GOOGLE_FOR_SERVICE_ACCOUNTS or ENABLE_BIDIRECTIONAL_ACCESS_TO_GOOGLE_FOR_SERVICE_ACCOUNTS.",
"items": {
"type": "string"
},
"type": "array"
},
"purpose": {
"description": "The purpose of the resource. This field can be either PRIVATE_RFC_1918 or INTERNAL_HTTPS_LOAD_BALANCER. A subnetwork with purpose set to INTERNAL_HTTPS_LOAD_BALANCER is a user-created subnetwork that is reserved for Internal HTTP(S) Load Balancing. If unspecified, the purpose defaults to PRIVATE_RFC_1918. The enableFlowLogs field isn't supported with the purpose field set to INTERNAL_HTTPS_LOAD_BALANCER.",
"enum": [
Expand Down
25 changes: 6 additions & 19 deletions compute/v0.alpha/compute-gen.go
Expand Up @@ -20315,16 +20315,17 @@ type InstanceGroupManager struct {
// compute#instanceGroupManager for managed instance groups.
Kind string `json:"kind,omitempty"`

// ListManagedInstancesResults: Pagination behavior of
// listManagedInstances API method for this Managed Instance Group.
// ListManagedInstancesResults: Pagination behavior of the
// listManagedInstances API method for this managed instance group.
//
// Possible values:
// "PAGELESS" - (Default) Pagination is disabled for
// "PAGELESS" - (Default) Pagination is disabled for the group's
// listManagedInstances API method. maxResults and pageToken query
// parameters are ignored and all instances are returned in a single
// response.
// "PAGINATED" - Pagination is enabled for listManagedInstances API
// method. maxResults and pageToken query parameters are respected.
// "PAGINATED" - Pagination is enabled for the group's
// listManagedInstances API method. maxResults and pageToken query
// parameters are respected.
ListManagedInstancesResults string `json:"listManagedInstancesResults,omitempty"`

// Name: The name of the managed instance group. The name must be 1-63
Expand Down Expand Up @@ -54235,22 +54236,8 @@ type Subnetwork struct {
// IPv6 access to/from Google services.
// "ENABLE_OUTBOUND_VM_ACCESS_TO_GOOGLE" - Outbound private IPv6
// access from VMs in this subnet to Google services.
// "ENABLE_OUTBOUND_VM_ACCESS_TO_GOOGLE_FOR_SERVICE_ACCOUNTS" -
// Deprecated in favor of enable PrivateIpv6GoogleAccess on instance
// directly. Outbound private IPv6 access is enabled per VM based on
// Service Accounts. This applies only to VMs with primary service
// accounts as listed in private_ipv6_google_access_service_account.
PrivateIpv6GoogleAccess string `json:"privateIpv6GoogleAccess,omitempty"`

// PrivateIpv6GoogleAccessServiceAccounts: Deprecated in favor of enable
// PrivateIpv6GoogleAccess on instance directly. The service accounts
// can be used to selectively turn on Private IPv6 Google Access only on
// the VMs primary service account matching the value. This value only
// takes effect when PrivateIpv6GoogleAccess is
// ENABLE_OUTBOUND_VM_ACCESS_TO_GOOGLE_FOR_SERVICE_ACCOUNTS or
// ENABLE_BIDIRECTIONAL_ACCESS_TO_GOOGLE_FOR_SERVICE_ACCOUNTS.
PrivateIpv6GoogleAccessServiceAccounts []string `json:"privateIpv6GoogleAccessServiceAccounts,omitempty"`

// Purpose: The purpose of the resource. This field can be either
// PRIVATE_RFC_1918 or INTERNAL_HTTPS_LOAD_BALANCER. A subnetwork with
// purpose set to INTERNAL_HTTPS_LOAD_BALANCER is a user-created
Expand Down
14 changes: 13 additions & 1 deletion compute/v0.beta/compute-api.json
Expand Up @@ -35452,7 +35452,7 @@
}
}
},
"revision": "20220526",
"revision": "20220531",
"rootUrl": "https://compute.googleapis.com/",
"schemas": {
"AcceleratorConfig": {
Expand Down Expand Up @@ -46097,6 +46097,18 @@
"description": "[Output Only] The resource type, which is always compute#instanceGroupManager for managed instance groups.",
"type": "string"
},
"listManagedInstancesResults": {
"description": "Pagination behavior of the listManagedInstances API method for this managed instance group.",
"enum": [
"PAGELESS",
"PAGINATED"
],
"enumDescriptions": [
"(Default) Pagination is disabled for the group's listManagedInstances API method. maxResults and pageToken query parameters are ignored and all instances are returned in a single response.",
"Pagination is enabled for the group's listManagedInstances API method. maxResults and pageToken query parameters are respected."
],
"type": "string"
},
"name": {
"annotations": {
"required": [
Expand Down
13 changes: 13 additions & 0 deletions compute/v0.beta/compute-gen.go
Expand Up @@ -18151,6 +18151,19 @@ type InstanceGroupManager struct {
// compute#instanceGroupManager for managed instance groups.
Kind string `json:"kind,omitempty"`

// ListManagedInstancesResults: Pagination behavior of the
// listManagedInstances API method for this managed instance group.
//
// Possible values:
// "PAGELESS" - (Default) Pagination is disabled for the group's
// listManagedInstances API method. maxResults and pageToken query
// parameters are ignored and all instances are returned in a single
// response.
// "PAGINATED" - Pagination is enabled for the group's
// listManagedInstances API method. maxResults and pageToken query
// parameters are respected.
ListManagedInstancesResults string `json:"listManagedInstancesResults,omitempty"`

// Name: The name of the managed instance group. The name must be 1-63
// characters long, and comply with RFC1035.
Name string `json:"name,omitempty"`
Expand Down
8 changes: 5 additions & 3 deletions datamigration/v1beta1/datamigration-api.json
Expand Up @@ -1049,7 +1049,7 @@
}
}
},
"revision": "20220504",
"revision": "20220602",
"rootUrl": "https://datamigration.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -1766,7 +1766,8 @@
"CONNECTION_PROFILE_TYPES_INCOMPATIBILITY",
"UNSUPPORTED_GTID_MODE",
"UNSUPPORTED_DEFINER",
"CANT_RESTART_RUNNING_MIGRATION"
"CANT_RESTART_RUNNING_MIGRATION",
"TABLES_WITH_LIMITED_SUPPORT"
],
"enumDescriptions": [
"An unknown error occurred",
Expand All @@ -1777,7 +1778,8 @@
"The types of the source and the destination are incompatible.",
"The gtid_mode is not supported, applicable for MySQL.",
"The definer is not supported.",
"Migration is already running at the time of restart request."
"Migration is already running at the time of restart request.",
"The source has tables with limited support. E.g. PostgreSQL tables without primary keys."
],
"readOnly": true,
"type": "string"
Expand Down
2 changes: 2 additions & 0 deletions datamigration/v1beta1/datamigration-gen.go

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

7 changes: 6 additions & 1 deletion run/v1/run-api.json
Expand Up @@ -2261,7 +2261,7 @@
}
}
},
"revision": "20220506",
"revision": "20220603",
"rootUrl": "https://run.googleapis.com/",
"schemas": {
"Addressable": {
Expand Down Expand Up @@ -2794,6 +2794,11 @@
"description": "Reference to an Execution. Use /Executions.GetExecution with the given name to get full execution including the latest status.",
"id": "ExecutionReference",
"properties": {
"completionTimestamp": {
"description": "Optional. Completion timestamp of the execution.",
"format": "google-datetime",
"type": "string"
},
"creationTimestamp": {
"description": "Optional. Creation timestamp of the execution.",
"format": "google-datetime",
Expand Down
7 changes: 5 additions & 2 deletions run/v1/run-gen.go

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

7 changes: 6 additions & 1 deletion run/v2/run-api.json
Expand Up @@ -1064,7 +1064,7 @@
}
}
},
"revision": "20220506",
"revision": "20220603",
"rootUrl": "https://run.googleapis.com/",
"schemas": {
"GoogleCloudRunV2BinaryAuthorization": {
Expand Down Expand Up @@ -1499,6 +1499,11 @@
"description": "Reference to an Execution. Use /Executions.GetExecution with the given name to get full execution including the latest status.",
"id": "GoogleCloudRunV2ExecutionReference",
"properties": {
"completionTime": {
"description": "Creation timestamp of the execution.",
"format": "google-datetime",
"type": "string"
},
"createTime": {
"description": "Creation timestamp of the execution.",
"format": "google-datetime",
Expand Down
18 changes: 11 additions & 7 deletions run/v2/run-gen.go

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

4 changes: 2 additions & 2 deletions sqladmin/v1/sqladmin-api.json
Expand Up @@ -920,7 +920,7 @@
"type": "string"
},
"maxResults": {
"description": "The maximum number of instances to return. The service may return fewer than this value. The maximum value is 1000; values above 1000 are coerced to 1000.",
"description": "The maximum number of instances to return. The service may return fewer than this value. If unspecified, at most 500 instances are returned. The maximum value is 1000; values above 1000 are coerced to 1000.",
"format": "uint32",
"location": "query",
"type": "integer"
Expand Down Expand Up @@ -1877,7 +1877,7 @@
}
}
},
"revision": "20220602",
"revision": "20220609",
"rootUrl": "https://sqladmin.googleapis.com/",
"schemas": {
"AclEntry": {
Expand Down
6 changes: 3 additions & 3 deletions sqladmin/v1/sqladmin-gen.go

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

4 changes: 2 additions & 2 deletions sqladmin/v1beta4/sqladmin-api.json
Expand Up @@ -920,7 +920,7 @@
"type": "string"
},
"maxResults": {
"description": "The maximum number of instances to return. The service may return fewer than this value. The maximum value is 1000; values above 1000 are coerced to 1000.",
"description": "The maximum number of instances to return. The service may return fewer than this value. If unspecified, at most 500 instances are returned. The maximum value is 1000; values above 1000 are coerced to 1000.",
"format": "uint32",
"location": "query",
"type": "integer"
Expand Down Expand Up @@ -1877,7 +1877,7 @@
}
}
},
"revision": "20220602",
"revision": "20220609",
"rootUrl": "https://sqladmin.googleapis.com/",
"schemas": {
"AclEntry": {
Expand Down

0 comments on commit a1e650c

Please sign in to comment.