Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2205)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Oct 7, 2023
1 parent 1e9a43c commit 4aa710d
Show file tree
Hide file tree
Showing 26 changed files with 3,182 additions and 235 deletions.
6 changes: 5 additions & 1 deletion batch/v1/batch-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@
}
}
},
"revision": "20230914",
"revision": "20230929",
"rootUrl": "https://batch.googleapis.com/",
"schemas": {
"Accelerator": {
Expand Down Expand Up @@ -1859,6 +1859,10 @@
"$ref": "Container",
"description": "Container runnable."
},
"displayName": {
"description": "Optional. DisplayName is an optional field that can be provided by the caller. If provided, it will be used in logs and other outputs to identify the script, making it easier for users to understand the logs. If not provided the index of the runnable will be used for outputs.",
"type": "string"
},
"environment": {
"$ref": "Environment",
"description": "Environment variables for this Runnable (overrides variables set for the whole Task or TaskGroup)."
Expand Down
7 changes: 7 additions & 0 deletions batch/v1/batch-gen.go

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

20 changes: 19 additions & 1 deletion beyondcorp/v1alpha/beyondcorp-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -3674,7 +3674,7 @@
}
}
},
"revision": "20230823",
"revision": "20230927",
"rootUrl": "https://beyondcorp.googleapis.com/",
"schemas": {
"AllocatedConnection": {
Expand Down Expand Up @@ -5259,6 +5259,10 @@
"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 @@ -5280,6 +5284,20 @@
},
"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
33 changes: 33 additions & 0 deletions beyondcorp/v1alpha/beyondcorp-gen.go

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

11 changes: 10 additions & 1 deletion dataproc/v1/dataproc-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2028,6 +2028,11 @@
"required": true,
"type": "string"
},
"parentOperationId": {
"description": "Optional. operation id of the parent operation sending the create request",
"location": "query",
"type": "string"
},
"requestId": {
"description": "Optional. A unique ID used to identify the request. If the server receives two CreateNodeGroupRequest (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#google.cloud.dataproc.v1.CreateNodeGroupRequests) with the same ID, the second request is ignored and the first google.longrunning.Operation created and stored in the backend is returned.Recommendation: Set this value to a UUID (https://en.wikipedia.org/wiki/Universally_unique_identifier).The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.",
"location": "query",
Expand Down Expand Up @@ -3001,7 +3006,7 @@
}
}
},
"revision": "20230926",
"revision": "20231002",
"rootUrl": "https://dataproc.googleapis.com/",
"schemas": {
"AcceleratorConfig": {
Expand Down Expand Up @@ -5957,6 +5962,10 @@
"format": "google-duration",
"type": "string"
},
"parentOperationId": {
"description": "Optional. operation id of the parent operation sending the resize request",
"type": "string"
},
"requestId": {
"description": "Optional. A unique ID used to identify the request. If the server receives two ResizeNodeGroupRequest (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#google.cloud.dataproc.v1.ResizeNodeGroupRequests) with the same ID, the second request is ignored and the first google.longrunning.Operation created and stored in the backend is returned.Recommendation: Set this value to a UUID (https://en.wikipedia.org/wiki/Universally_unique_identifier).The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.",
"type": "string"
Expand Down
16 changes: 16 additions & 0 deletions dataproc/v1/dataproc-gen.go

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

6 changes: 1 addition & 5 deletions eventarc/v1/eventarc-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1197,7 +1197,7 @@
}
}
},
"revision": "20230918",
"revision": "20230929",
"rootUrl": "https://eventarc.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -1662,10 +1662,6 @@
"description": "Represents a HTTP endpoint destination.",
"id": "HttpEndpoint",
"properties": {
"forwardDnsRequests": {
"description": "Optional. Forwards DNS requests to the VPC specified by network config to resolve the HTTP endpoint. Default to false. If set to true, Eventarc will create a peering zone to the consumer VPC and forward DNS requests. See: https://cloud.google.com/dns/docs/zones/zones-overview#peering_zones Enable this if the URI uses an internal DNS name or a private Cloud DNS zone.",
"type": "boolean"
},
"uri": {
"description": "Required. The URI of the HTTP enpdoint. The value must be a RFC2396 URI string. Examples: `http://10.10.10.8:80/route`, `http://svc.us-central1.p.local:8080/`. Only HTTP and HTTPS protocols are supported. The host can be either a static IP addressable from the VPC specified by the network config, or an internal DNS hostname of the service resolvable via Cloud DNS.",
"type": "string"
Expand Down
26 changes: 8 additions & 18 deletions eventarc/v1/eventarc-gen.go

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

34 changes: 30 additions & 4 deletions firestore/v1/firestore-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1672,7 +1672,7 @@
}
}
},
"revision": "20230918",
"revision": "20231002",
"rootUrl": "https://firestore.googleapis.com/",
"schemas": {
"Aggregation": {
Expand Down Expand Up @@ -2627,7 +2627,7 @@
"type": "string"
},
"snapshotTime": {
"description": "The timestamp that corresponds to the version of the database to be exported. The timestamp must be rounded to the minute, in the past, and not older than 1 hour. If specified, then the exported documents will represent a consistent view of the database at the provided time. Otherwise, there are no guarantees about the consistency of the exported documents.",
"description": "The timestamp that corresponds to the version of the database to be exported. The timestamp must be rounded to the minute, in the past, and not older than 5 days. Please choose a reasonable timestamp based on prior knowledge on how long exports take as data at provided snapshot timestamp can expire during export. If specified, then the exported documents will represent a consistent view of the database at the provided time. Otherwise, there are no guarantees about the consistency of the exported documents.",
"format": "google-datetime",
"type": "string"
}
Expand Down Expand Up @@ -2728,6 +2728,12 @@
},
"type": "object"
},
"GoogleFirestoreAdminV1FlatIndex": {
"description": "An index that stores vectors in a flat data structure, and supports exhaustive search.",
"id": "GoogleFirestoreAdminV1FlatIndex",
"properties": {},
"type": "object"
},
"GoogleFirestoreAdminV1ImportDocumentsMetadata": {
"description": "Metadata for google.longrunning.Operation results from FirestoreAdmin.ImportDocuments.",
"id": "GoogleFirestoreAdminV1ImportDocumentsMetadata",
Expand Down Expand Up @@ -2966,6 +2972,10 @@
"The field is ordered by descending field value."
],
"type": "string"
},
"vectorConfig": {
"$ref": "GoogleFirestoreAdminV1VectorConfig",
"description": "Indicates that this field supports nearest neighbors and distance operations on vector."
}
},
"type": "object"
Expand Down Expand Up @@ -3189,7 +3199,7 @@
"id": "GoogleFirestoreAdminV1RestoreDatabaseRequest",
"properties": {
"backup": {
"description": "Required. Backup to restore from. Must be from the same project as the parent. Format is: `projects/{project_id}/locations/{location}/backups/{backup}`",
"description": "Backup to restore from. Must be from the same project as the parent. Format is: `projects/{project_id}/locations/{location}/backups/{backup}`",
"type": "string"
},
"databaseId": {
Expand Down Expand Up @@ -3275,6 +3285,22 @@
"properties": {},
"type": "object"
},
"GoogleFirestoreAdminV1VectorConfig": {
"description": "The index configuration to support vector search operations",
"id": "GoogleFirestoreAdminV1VectorConfig",
"properties": {
"dimension": {
"description": "Required. The vector dimension this configuration applies to. The resulting index will only include vectors of this dimension, and can be used for vector search with the same dimension.",
"format": "int32",
"type": "integer"
},
"flat": {
"$ref": "GoogleFirestoreAdminV1FlatIndex",
"description": "Indicates the vector index is a flat index."
}
},
"type": "object"
},
"GoogleFirestoreAdminV1WeeklyRecurrence": {
"description": "Represents a recurring schedule that runs on a specified day of the week. The time zone is UTC.",
"id": "GoogleFirestoreAdminV1WeeklyRecurrence",
Expand Down Expand Up @@ -3619,7 +3645,7 @@
"type": "string"
},
"partitions": {
"description": "Partition results. Each partition is a split point that can be used by RunQuery as a starting or end point for the query results. The RunQuery requests must be made with the same query supplied to this PartitionQuery request. The partition cursors will be ordered according to same ordering as the results of the query supplied to PartitionQuery. For example, if a PartitionQuery request returns partition cursors A and B, running the following three queries will return the entire result set of the original query: * query, end_at A * query, start_at A, end_at B * query, start_at B An empty result may indicate that the query has too few results to be partitioned.",
"description": "Partition results. Each partition is a split point that can be used by RunQuery as a starting or end point for the query results. The RunQuery requests must be made with the same query supplied to this PartitionQuery request. The partition cursors will be ordered according to same ordering as the results of the query supplied to PartitionQuery. For example, if a PartitionQuery request returns partition cursors A and B, running the following three queries will return the entire result set of the original query: * query, end_at A * query, start_at A, end_at B * query, start_at B An empty result may indicate that the query has too few results to be partitioned, or that the query is not yet supported for partitioning.",
"items": {
"$ref": "Cursor"
},
Expand Down
Loading

0 comments on commit 4aa710d

Please sign in to comment.